DataFrame

Undocumented in source.

Members

Aliases

numRows
alias numRows = length
Undocumented in source.

Functions

columnType
ColumnType columnType(size_t col)
Undocumented in source. Be warned that the author may not have intended to support it.
columnValues
auto columnValues(size_t col)
Undocumented in source. Be warned that the author may not have intended to support it.
findColumnTypes
ColumnType[] findColumnTypes()
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
loadCSVFile
DataFrame loadCSVFile(string csv, bool hasHeader)
Undocumented in source. Be warned that the author may not have intended to support it.
numCols
size_t numCols()
Undocumented in source. Be warned that the author may not have intended to support it.
opDollar
size_t opDollar()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
KalVariant opIndex(size_t row, size_t col)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
auto opIndex(size_t[] rows, size_t[] cols)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
KalVariant opIndexAssign(T value, size_t row, size_t col)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
size_t[] opSlice(size_t start, size_t end)
Undocumented in source. Be warned that the author may not have intended to support it.
setAllValues
DataFrame setAllValues(KalVariant[][] values)
Undocumented in source. Be warned that the author may not have intended to support it.
setCellColumns
DataFrame setCellColumns(size_t cols)
Undocumented in source. Be warned that the author may not have intended to support it.
setCellDimensions
DataFrame setCellDimensions(size_t rows, size_t cols)
Undocumented in source. Be warned that the author may not have intended to support it.
setCellValues
DataFrame setCellValues(KalVariant[][] cellValues)
Undocumented in source. Be warned that the author may not have intended to support it.
setColumnTitles
DataFrame setColumnTitles(string[] titles)
Undocumented in source. Be warned that the author may not have intended to support it.
setColumnTypes
DataFrame setColumnTypes(KalType[] columnTypes)
Undocumented in source. Be warned that the author may not have intended to support it.
setIndexTitle
DataFrame setIndexTitle(string indexTitle)
Undocumented in source. Be warned that the author may not have intended to support it.
setIndexType
DataFrame setIndexType(KalType type)
Undocumented in source. Be warned that the author may not have intended to support it.
setIndexValues
DataFrame setIndexValues(T[] indexValues)
Undocumented in source. Be warned that the author may not have intended to support it.
setNoSkipFirstRow
DataFrame setNoSkipFirstRow()
Undocumented in source. Be warned that the author may not have intended to support it.
setQuote
DataFrame setQuote(char separator)
Undocumented in source. Be warned that the author may not have intended to support it.
setSeparator
DataFrame setSeparator(char separator)
Undocumented in source. Be warned that the author may not have intended to support it.
setSkipFirstRow
DataFrame setSkipFirstRow()
Undocumented in source. Be warned that the author may not have intended to support it.
setTitle
DataFrame setTitle(string title)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cellValues
KalVariant[] cellValues;
Undocumented in source.
columnTitles
string[] columnTitles;
Undocumented in source.
columnTypes
KalType[] columnTypes;
Undocumented in source.
indexTitle
string indexTitle;
Undocumented in source.
indexType
KalType indexType;
Undocumented in source.
indexValues
KalVariant[] indexValues;
Undocumented in source.
quote
char quote;
Undocumented in source.
separator
char separator;
Undocumented in source.
setSkipHeader
bool setSkipHeader;
Undocumented in source.
title
string title;
Undocumented in source.

Meta